-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for conv_transpose2d operation #1540
Add support for conv_transpose2d operation #1540
Conversation
2b4f3e6
to
b000588
Compare
Adding @LPanosTT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clang-Tidy
found issue(s) with the introduced code (1/1)
Hey thanks for adding this. I have something to say about this op though. It seems as though some frontends reverse the order of the data in the kernel window for this op, and some do not. I.e PyTorch does (and thus TTNN does) and JAX does not. You will see that There is an issue to add |
Also if you could add a pattern to lower |
b000588
to
7b36217
Compare
683fb3b
to
4ddde58
Compare
I will merge this pr as is but I have opened an issue to track the things you mentioned: #1662 |
62b9199
to
2837812
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great change Joco, thanks, couple of comments inline.
065d821
to
e119bc3
Compare
e119bc3
to
055d423
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work!
9806f22
to
0c200c0
Compare
1512fa3
to
63a697e
Compare
63a697e
to
6b2ac8e
Compare
closes #1084